home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / fwscreen.pat < prev    next >
Text File  |  1985-11-09  |  896b  |  25 lines

  1.                 REMOVE LICENSE SCREEN FROM FW 1.1
  2.  
  3. For those of you who have used the now-famous unprotection scheme to 
  4. remove the softguard protection from FrameWork 1.1 (for your own peace 
  5. of mind of course), here's a way to get rid of that annoying licensing 
  6. screen which first comes up and won't go away until RETURN is pressed.
  7.  
  8. 1-Rename the FW.EXE to something else  (FW.TMP)
  9. 2-DEBUG FW.TMP
  10. 3-write down the CS register value (R <cr>)
  11. 4-add 1FCC to this value
  12. 5-unassemble XXXX:D54B where XXXX is the sum of CS and 1FCC
  13.         You should see INT 16
  14. 6-Replace this instruction with MOV AL,0D
  15.         A XXXX:D54B <cr>
  16.             MOV AL,0D <cr> <cr>
  17. 7-Write the file back to disk  (W <cr>)
  18. 8-Quit (Q <cr>)
  19. 9-Rename FW.TMP to FW.EXE
  20.  
  21.         The credit for this one belongs to Dave P. Enjoy your new 
  22. freedom.
  23.                                         Lee M.
  24.